Hieu Bui
06/01/2021, 9:59 AMcaravel/verilog/gl/caravel.v:3483: error: port ``la_oen'' is not a port of mprj.
caravel/verilog/gl/caravel.v:3483: warning: Port 16 (analog_io) of user_project_wrapper expects 29 bits, got 31.
caravel/verilog/gl/caravel.v:3483: : Leaving 2 high bits of the expression dangling.
caravel/verilog/gl/caravel.v:3512: warning: input port clock is coerced to inout.
The RTL netlist has port 'la_oenb' while it is 'la_oen' in the GL netlist.
In addition, 'make verify-wb_port' failed with SIM=GL after changing 'la_oen' in the GL netlist into 'la_oenb'. Does the GL netlist match the RTL netlist?Tim Edwards
06/01/2021, 12:54 PMHieu Bui
06/01/2021, 2:51 PM