fix compilation error at caravan core caught by iverilog

This commit is contained in:
M0stafaRady 2023-07-25 13:08:35 +03:00 committed by GitHub
parent 95712cac68
commit b9ee241db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
);
//------------------------------------------------------------