[Arch] Correct XML syntax errors
This commit is contained in:
parent
3cfd5c3531
commit
53da5d49fe
|
@ -166,7 +166,7 @@
|
||||||
</circuit_model>
|
</circuit_model>
|
||||||
</circuit_library>
|
</circuit_library>
|
||||||
<configuration_protocol>
|
<configuration_protocol>
|
||||||
<organization type="ql_memory_bank" circuit_model_name="SRAM"/>
|
<organization type="ql_memory_bank" circuit_model_name="SRAM">
|
||||||
<bl protocol="flatten"/>
|
<bl protocol="flatten"/>
|
||||||
<wl protocol="flatten"/>
|
<wl protocol="flatten"/>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
</circuit_model>
|
</circuit_model>
|
||||||
</circuit_library>
|
</circuit_library>
|
||||||
<configuration_protocol>
|
<configuration_protocol>
|
||||||
<organization type="ql_memory_bank" circuit_model_name="SRAM"/>
|
<organization type="ql_memory_bank" circuit_model_name="SRAM">
|
||||||
<bl protocol="shift_register" circuit_model_name="CCFF"/>
|
<bl protocol="shift_register" circuit_model_name="CCFF"/>
|
||||||
<wl protocol="shift_register" circuit_model_name="CCFF"/>
|
<wl protocol="shift_register" circuit_model_name="CCFF"/>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
Loading…
Reference in New Issue