Error synthesis in Vivado

This commit is contained in:
Pascal Cotret 2019-10-28 21:18:25 +01:00 committed by Philipp Wagner
parent 36ce999fbb
commit e5cf0c0fcf
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ module ibex_core #(
parameter int unsigned MHPMCounterWidth = 40,
parameter bit RV32E = 1'b0,
parameter bit RV32M = 1'b1,
parameter string MultiplierImplementation = "fast",
parameter MultiplierImplementation = "fast",
parameter int unsigned DmHaltAddr = 32'h1A110800,
parameter int unsigned DmExceptionAddr = 32'h1A110808
) (

View file

@ -14,7 +14,7 @@ module ibex_core_tracing #(
parameter int unsigned MHPMCounterWidth = 40,
parameter bit RV32E = 1'b0,
parameter bit RV32M = 1'b1,
parameter string MultiplierImplementation = "fast",
parameter MultiplierImplementation = "fast",
parameter int unsigned DmHaltAddr = 32'h1A110800,
parameter int unsigned DmExceptionAddr = 32'h1A110808
) (

View file

@ -10,7 +10,7 @@
*/
module ibex_ex_block #(
parameter bit RV32M = 1,
parameter string MultiplierImplementation = "fast"
parameter MultiplierImplementation = "fast"
) (
input logic clk_i,
input logic rst_ni,