[Arch] Correct XML syntax errors

This commit is contained in:
tangxifan 2021-09-22 15:48:14 -07:00
parent 3cfd5c3531
commit 53da5d49fe
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>