mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Merge pull request #116 from volkamir/compilation-fixes
Compilation fixes due to latest changes in main
This commit is contained in:
commit
6ea6c039cf
@ -15,6 +15,8 @@ module oh_lat0
|
||||
output [N-1:0] out // output data
|
||||
);
|
||||
|
||||
genvar i;
|
||||
|
||||
generate
|
||||
if(SYN == "TRUE") begin
|
||||
reg [N-1:0] out_reg;
|
||||
|
@ -38,8 +38,7 @@ module oh_standby
|
||||
//####################################################################
|
||||
|
||||
// Synchronizing reset to clock to avoid metastability
|
||||
oh_dsync #(.SYNCPIPE(SYNCPIPE),
|
||||
.SYN(SYN))
|
||||
oh_dsync #(.SYNCPIPE(SYNCPIPE))
|
||||
oh_dsync (//outputs
|
||||
.dout(sync_reset),
|
||||
//inputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user