mirror of https://github.com/efabless/caravel.git
fix compilation error at caravan core caught by iverilog
This commit is contained in:
parent
95712cac68
commit
b9ee241db9
|
@ -126,7 +126,7 @@ module caravan_core (
|
|||
inout [`MPRJ_IO_PADS-`ANALOG_PADS-10:0] user_gpio_noesd,
|
||||
inout [`ANALOG_PADS-1:0] user_analog,
|
||||
inout [2:0] user_clamp_high,
|
||||
inout wire [2:0] user_clamp_low
|
||||
inout [2:0] user_clamp_low
|
||||
);
|
||||
|
||||
//------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue