[Arch] Bug fix: wrong circuit model name was used for CCFF
This commit is contained in:
parent
53da5d49fe
commit
a98df811ed
|
@ -178,8 +178,8 @@
|
|||
</circuit_library>
|
||||
<configuration_protocol>
|
||||
<organization type="ql_memory_bank" circuit_model_name="SRAM">
|
||||
<bl protocol="shift_register" circuit_model_name="CCFF"/>
|
||||
<wl protocol="shift_register" circuit_model_name="CCFF"/>
|
||||
<bl protocol="shift_register" circuit_model_name="DFFR"/>
|
||||
<wl protocol="shift_register" circuit_model_name="DFFR"/>
|
||||
</organization>
|
||||
</configuration_protocol>
|
||||
<connection_block>
|
||||
|
|
Loading…
Reference in New Issue