mirror of
https://github.com/olofk/serv.git
synced 2026-05-02 06:35:15 +00:00
Set align parameter to the value of compressed by default
This commit is contained in:
@@ -11,7 +11,7 @@ module servant
|
||||
parameter sim = 0;
|
||||
parameter with_csr = 1;
|
||||
parameter [0:0] compress = 0;
|
||||
parameter [0:0] align = 0;
|
||||
parameter [0:0] align = compress;
|
||||
|
||||
wire timer_irq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user