FPGA-Research-Manchester / FABulous

Fabric generator and CAD tools
https://fabulous.readthedocs.io/en/latest/
Apache License 2.0
148 stars 34 forks source link

Fix file path issues in fabric_gen.py and FrameStrobe problem #170

Closed KelvinChung2000 closed 6 months ago

KelvinChung2000 commented 6 months ago

This pull request fixes the file path issues in the fabric_gen.py file. The changes ensure that the correct file paths are used when accessing the switch matrix, config_mem, and other components.

Fixing FrameStroble variable miss match at the same time