NetFPGA / P4-NetFPGA-public

P4-NetFPGA wiki
103 stars 31 forks source link

[help wanted] SDNet simulation 'switch calc' #18

Open washburn125 opened 5 years ago

washburn125 commented 5 years ago

Hello! I will be very greatful for any help. I am trying to run 'switch calc' tutotrial. I have set enviromental variables, created command.txt file and generated the resulting HDL files. Now while running SDN simulation using ./vivado_sim.bash I get "cannot find lookup_table.tbl". Coucle you explain me where this file should be and is it me who have to create it? (I found in given template .java file who seems to generate .tbl from command.txt but smth goes wrong if the .tbl file is not found).

sibanez12 commented 5 years ago

When you run $ cd $P4_PROJECT_DIR/src && make do you see the lookup_table.tbl file in that directory?