Hi, in the v1model.p4 https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4, I found that there are just some extern declarations.
- I want to know where their implementations are if I use the software target simple_switch.
- And can I define my own extern structure except those the v1model has offered to me?
- I noticed that the packet_in, packet_out are also extern type, but they are built in p4 language. Are there any differences between these two and those in v1model?
Hi, in the v1model.p4 https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4, I found that there are just some extern declarations.