mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
First functional example, ADC an Framebuffer Test
This commit is contained in:
45
Software/sie_cg/block_editor/right_shift.die
Normal file → Executable file
45
Software/sie_cg/block_editor/right_shift.die
Normal file → Executable file
@@ -1,18 +1,39 @@
|
||||
<!--File for SIE Code Generator. Custmos Blocks-->
|
||||
<CustomItem BlockName="Right Shift">
|
||||
<Polygon>
|
||||
<Point x="-70" y="-30"/>
|
||||
<Point x="-70" y="20"/>
|
||||
<Point x="60" y="20"/>
|
||||
<Point x="60" y="-30"/>
|
||||
<Point x="-50" y="-30"/>
|
||||
<Point x="-70" y="-30"/>
|
||||
<Point x="-60" y="0"/>
|
||||
<Point x="-60" y="20"/>
|
||||
<Point x="-40" y="20"/>
|
||||
<Point x="-30" y="10"/>
|
||||
<Point x="-40" y="0"/>
|
||||
<Point x="-40" y="0"/>
|
||||
<Point x="-30" y="10"/>
|
||||
<Point x="-40" y="20"/>
|
||||
<Point x="-40" y="20"/>
|
||||
<Point x="-30" y="20"/>
|
||||
<Point x="-20" y="10"/>
|
||||
<Point x="-30" y="0"/>
|
||||
<Point x="-20" y="0"/>
|
||||
<Point x="-10" y="10"/>
|
||||
<Point x="-20" y="20"/>
|
||||
<Point x="-30" y="20"/>
|
||||
<Point x="-20" y="20"/>
|
||||
<Point x="-10" y="10"/>
|
||||
<Point x="-20" y="0"/>
|
||||
<Point x="30" y="0"/>
|
||||
<Point x="30" y="20"/>
|
||||
<Point x="-20" y="20"/>
|
||||
<Point x="20" y="20"/>
|
||||
<Point x="70" y="20"/>
|
||||
<Point x="30" y="20"/>
|
||||
<Point x="30" y="0"/>
|
||||
<Point x="70" y="0"/>
|
||||
<Point x="70" y="20"/>
|
||||
<Point x="70" y="0"/>
|
||||
</Polygon>
|
||||
<TextItems>
|
||||
<TextItem myStyleIO="2" posOffset-y="-0" editableItem="0" ID="3" text="OUT" posOffset-x="60"/>
|
||||
<TextItem myStyleIO="0" posOffset-y="20" editableItem="0" ID="5" text="Bitwise Shift" posOffset-x="-10"/>
|
||||
<TextItem myStyleIO="0" posOffset-y="-10" editableItem="0" ID="10" text=">>" posOffset-x="-20"/>
|
||||
<TextItem myStyleIO="131" posOffset-y="-0" editableItem="0" ID="2" text="IN" posOffset-x="-70"/>
|
||||
<TextItem myStyleIO="131" posOffset-y="-10" editableItem="0" ID="0" text="IN" posOffset-x="-60"/>
|
||||
<TextItem myStyleIO="3" posOffset-y="-10" editableItem="0" ID="1" text="OUT" posOffset-x="70"/>
|
||||
<TextItem myStyleIO="0" posOffset-y="-10" editableItem="1" ID="11" text="1" posOffset-x="10"/>
|
||||
</TextItems>
|
||||
</CustomItem>
|
||||
</TextItems><![CDATA[]]><![CDATA[]]><![CDATA[
|
||||
out_1 = in_0 >> value_11;]]><![CDATA[]]></CustomItem>
|
||||
|
||||
Reference in New Issue
Block a user