efabless / caravel_mgmt_soc_litex

https://caravel-mgmt-soc-litex.readthedocs.io/en/latest/
Apache License 2.0
24 stars 14 forks source link

Fix DFFRAM when building non gate level tests #18

Open antonblanchard opened 2 years ago

antonblanchard commented 2 years ago

Ping @jeffdi. You can see the module got renamed at some stage, and this was missed:

`ifndef USE_CUSTOM_DFFRAM

module DFFRAM_1K (

...

`else
module DFFRAM #(parameter   USE_LATCH=`DFFRAM_USE_LATCH,
                            WSIZE=`DFFRAM_WSIZE ) 
(