vortexgpgpu / vortex

https://vortex.cc.gatech.edu/
Apache License 2.0
1.25k stars 272 forks source link

yosys link_target replacement #191

Open redpanda3 opened 1 month ago

redpanda3 commented 1 month ago

Hi,

link_design is not currently supported in yosys in here https://github.com/vortexgpgpu/vortex/blob/master/hw/syn/yosys/synth.sh#L140

An answer in yosysHQ suggest using hierarchy https://github.com/YosysHQ/yosys/issues/4660#issuecomment-2408955458

synth.sh needs to be modified(may be the 31st line). Please have a look at it.

Best, redpanda