You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, what's happening here is that, in the generated netlist, the input is directly connected to the output instead of going through one of the SOP elements. The PNR phase doesn't like that.
I could swear that when I was playing around with this last weekend, I was able get this to work by removing one of the 'opt' stages passed to yosys by synth.py - doing this caused the SOP stage to be included even for this 'buffer' - but now that I come back to it a week later, that's not working, I'm getting errors as above again.
I'm not sure if this is something intrinsic to the properties of a GAL, but I'm unable to PNR a simple pass-through module.
Files I'm using:
Command line:
I'm new both to verilog and GALs, but if feels like this should be possible.
If I change this to do something more complex - even just negating the input - it works.
thruwire.zip
The text was updated successfully, but these errors were encountered: