Refactor readback mux implementation. Improves performance (#155) and eliminates illegal streaming operator usage (#165)
This commit is contained in:
11
tests/test_only_external_blocks/regblock.rdl
Normal file
11
tests/test_only_external_blocks/regblock.rdl
Normal file
@@ -0,0 +1,11 @@
|
||||
addrmap top {
|
||||
mem ext_mem #(
|
||||
longint SIZE = 0x100
|
||||
) {
|
||||
memwidth = 32;
|
||||
mementries = SIZE / 4;
|
||||
};
|
||||
|
||||
external ext_mem #(.SIZE(0x10)) mem1 @ 0x0000;
|
||||
external ext_mem #(.SIZE(0x90)) mem2 @ 0x0200;
|
||||
};
|
||||
Reference in New Issue
Block a user