0% found this document useful (0 votes)
6 views1 page

Simple CPU Circuit Design XML

The document outlines a project for a Simple CPU circuit, detailing the creation of various elements such as clocks, D latches, AND gates, and LEDs. It includes commands for establishing connections between these elements through paths. The project consists of 12 elements and 11 connections, with specific coordinates and identifiers for each component.

Uploaded by

betabeatx
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Simple CPU Circuit Design XML

The document outlines a project for a Simple CPU circuit, detailing the creation of various elements such as clocks, D latches, AND gates, and LEDs. It includes commands for establishing connections between these elements through paths. The project consists of 12 elements and 11 connections, with specific coordinates and identifiers for each component.

Uploaded by

betabeatx
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?

><project_info name="CPU
Project" version="0" modified="1744189021751" elements_count="12"
connections_count="11" scrollX="0" scrollY="0" zoom="1.0" share_id="0"
/><circuit><create_circuit_strategy x="0.0" y="0.0" id="0" circuit_name="Simple
CPU" undo_ops_count="0"><commands>
<create_element_command><create_clock_strategy x="100" y="100" id="1"
/></create_element_command>
<create_element_command><create_d_latch_strategy x="300" y="80" id="2">
<inputs><node id="D" position="LEFT" count_position="0" show_text="true" /><node
id="E" position="LEFT" count_position="2" show_text="true" /></inputs>
<outputs><node id="Q" position="RIGHT" count_position="0" show_text="true"
/></outputs></create_d_latch_strategy></create_element_command>
<create_element_command><create_d_latch_strategy x="300" y="200" id="3">
<inputs><node id="D" position="LEFT" count_position="0" show_text="true" /><node
id="E" position="LEFT" count_position="2" show_text="true" /></inputs>
<outputs><node id="Q" position="RIGHT" count_position="0" show_text="true"
/></outputs></create_d_latch_strategy></create_element_command>
<create_element_command><create_and_strategy x="500" y="140" id="4">
<inputs><node id="in0" position="LEFT" count_position="0" /><node id="in1"
position="LEFT" count_position="1" /></inputs>
<output><node id="out" position="RIGHT" count_position="0"
/></output></create_and_strategy></create_element_command>
<create_element_command><create_led_strategy x="700" y="140" id="5"
/></create_element_command>
<create_element_command><create_path_strategy id="6"><selectionA><output_selection
element_id="1" io_id="out" /></selectionA><selectionB><input_selection
element_id="2" io_id="E"
/></selectionB></create_path_strategy></create_element_command>
<create_element_command><create_path_strategy id="7"><selectionA><output_selection
element_id="1" io_id="out" /></selectionA><selectionB><input_selection
element_id="3" io_id="E"
/></selectionB></create_path_strategy></create_element_command>
<create_element_command><create_path_strategy id="8"><selectionA><output_selection
element_id="2" io_id="Q" /></selectionA><selectionB><input_selection element_id="4"
io_id="in0" /></selectionB></create_path_strategy></create_element_command>
<create_element_command><create_path_strategy id="9"><selectionA><output_selection
element_id="3" io_id="Q" /></selectionA><selectionB><input_selection element_id="4"
io_id="in1" /></selectionB></create_path_strategy></create_element_command>
<create_element_command><create_path_strategy id="10"><selectionA><output_selection
element_id="4" io_id="out" /></selectionA><selectionB><input_selection
element_id="5" io_id="in"
/></selectionB></create_path_strategy></create_element_command>
</commands></create_circuit_strategy></circuit>

You might also like