crossroadsfpga / pigasus

100Gbps Intrusion Detection and Prevention System
670 stars 75 forks source link

Can't Find Ports in top.sv when Generating Bitstream #7

Closed rewingchow1 closed 3 years ago

rewingchow1 commented 3 years ago

Coming across this issue on both 19.3 and 20.1 with updated components when generating the bitstream. This is when I'm running "./run_quartus_synth.sh" Error shown in image below. Screen Shot 2021-07-19 at 9 42 12 AM Screen Shot 2021-07-19 at 3 54 33 AM

zhipengzhaocmu commented 3 years ago

Thanks for catching this. This is caused by the recent removal of the flow_table_wrapper's interfaces. The new commit should fix this problem, please check it out.

rewingchow1 commented 3 years ago

The updated commit worked thanks :)