mirror of https://github.com/efabless/caravel.git
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:
parent
c4efcec989
commit
1035e8b469
2217
mag/caravan.mag
2217
mag/caravan.mag
File diff suppressed because it is too large
Load Diff
3512
mag/caravel.mag
3512
mag/caravel.mag
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
|
@ -767,7 +767,7 @@ module caravan (
|
|||
|
||||
.trap(trap),
|
||||
|
||||
.user_clock(user_clock),
|
||||
.user_clock(mprj_clock2),
|
||||
|
||||
.mask_rev_in(mask_rev),
|
||||
|
||||
|
|
|
@ -710,7 +710,7 @@ module caravel (
|
|||
|
||||
.trap(trap),
|
||||
|
||||
.user_clock(user_clock),
|
||||
.user_clock(mprj_clock2),
|
||||
|
||||
.mask_rev_in(mask_rev),
|
||||
|
||||
|
|
Loading…
Reference in New Issue