Replies: 3 comments
-
|
I suspect this is a bug. A similar bug existed for ECP5: #1036 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@rowanG077, it seems to work on ECP5 and fail on ICE40 and Gowin. Where should I file issues for it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Created an issue here #1628 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to use an external vector of length 1 I get a
IO 'LEDS' is unconstrainederror. If I use instead a vector of size 2 and above it does work. Any idea what the problem is? As far as I understand, vectors such asoutput wire [0:0] LEDSof length 1 are legal in VerilogBelow are the constraint file, the Verilog module with the
output wire [0:0] LEDSvector of length 1, and the build log with the error.pinout.pcf
blinky.v
Build log
Beta Was this translation helpful? Give feedback.
All reactions