mirror of
https://github.com/olofk/serv.git
synced 2026-02-24 23:47:42 +00:00
Set align parameter to the value of compressed by default
This commit is contained in:
@@ -7,7 +7,7 @@ module serv_top
|
||||
parameter RESET_PC = 32'd0,
|
||||
parameter [0:0] MDU = 1'b0,
|
||||
parameter [0:0] COMPRESSED=0,
|
||||
parameter [0:0] ALIGN = 0)
|
||||
parameter [0:0] ALIGN = COMPRESSED)
|
||||
(
|
||||
input wire clk,
|
||||
input wire i_rst,
|
||||
|
||||
Reference in New Issue
Block a user