3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-28 15:07:58 +00:00
yosys/tests/arch/anlogic
Icenowy Zheng c2b7ad3b28 anlogic: support BRAM mapping
Anlogic FPGAs all have two kinds of BRAMs, one is 9bit*1K when being
true dual port (or 18bit*512 when simple dual port), the other is
16bit*2K.

Supports mapping of these two kinds of BRAMs. 9Kbit BRAM in SDP mode and
32Kbit BRAM with 8bit width are not support yet.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2021-12-17 20:28:22 +08:00
..
.gitignore
add_sub.ys
blockram.ys anlogic: support BRAM mapping 2021-12-17 20:28:22 +08:00
counter.ys
dffs.ys Replace opt_rmdff with opt_dff. 2020-08-07 13:21:03 +02:00
fsm.ys
latches.ys
logic.ys
lutram.ys anlogic: support BRAM mapping 2021-12-17 20:28:22 +08:00
mux.ys
run-test.sh tests: Centralize test collection and Makefile generation 2020-09-21 15:07:02 +02:00
shifter.ys
tribuf.ys