mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
Error synthesis in Vivado
This commit is contained in:
parent
36ce999fbb
commit
e5cf0c0fcf
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
) (
|
||||
|
|
|
@ -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
|
||||
) (
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue