Closed jameswalmsley closed 11 years ago
Ok on closer inspection it looks like the hadder module is referenced on line 75 (cellref hadder), but the actual cell is defined below it.
Looks like the deepest parts of the hierarchy need to be declared at the top.
Confirmed, if I edit the edif file manually to put the hadder cell above the adder cell, then Xilinx accepts it. I took a quick look at how the edif backend works, but still trying to work it out. :)
Awesome, the ripple carry adder works on zedboard :)
ack. I'll add topological sorting to the edif backend.
I just pushed commit cd0fe7d which contains topological sorting in edif backed.
Cheers :)
Hi Clifford,
Synthesises perfectly in yosys, but edif2ngd gives me an error:
I feel like I should try to fix this myself, but have no idea where to start.