1
0
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:
Andreas Olofsson 2024-02-14 15:05:57 -05:00 committed by GitHub
commit 6ea6c039cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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