Updated caravel and caravan layouts to reflect the simple change

to housekeeping and the management core wrapper to separate the
wb_cyc_i signal and connect to new signal hk_cyc_o on the
management core.  Also:  Fixed a dangling input (user_clock) on
the housekeeping (minor error caused by the earlier refactoring
and unnoticed because there is no testbench covering that
function).
This commit is contained in:
Tim Edwards 2021-11-30 10:05:43 -05:00
parent c4efcec989
commit 1035e8b469
6 changed files with 7160 additions and 3847 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -767,7 +767,7 @@ module caravan (
.trap(trap),
.user_clock(user_clock),
.user_clock(mprj_clock2),
.mask_rev_in(mask_rev),

View File

@ -710,7 +710,7 @@ module caravel (
.trap(trap),
.user_clock(user_clock),
.user_clock(mprj_clock2),
.mask_rev_in(mask_rev),