Created an "open frame" version of caravan (and revised the one for

caravel, since it had not been updated since a number of changes to
the caravel top level module).
This commit is contained in:
Tim Edwards 2021-10-25 16:29:12 -04:00
parent bc9944ce20
commit 745eee1baa
3 changed files with 1982 additions and 258 deletions

View File

@ -82,7 +82,6 @@ module caravan (
inout gpio, // Used for external LDO control inout gpio, // Used for external LDO control
inout [`MPRJ_IO_PADS-1:0] mprj_io, inout [`MPRJ_IO_PADS-1:0] mprj_io,
output [`MPRJ_PWR_PADS-1:0] pwr_ctrl_out,
input clock, // CMOS core clock input, not a crystal input clock, // CMOS core clock input, not a crystal
input resetb, input resetb,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff