-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperwork2.mojo
More file actions
25 lines (25 loc) · 821 Bytes
/
properwork2.mojo
File metadata and controls
25 lines (25 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<project name="properwork2" board="Mojo V3" language="Lucid">
<files>
<src>multiply.luc</src>
<src>decimal_counter.luc</src>
<src>multi_dec_ctr.luc</src>
<src>alu.luc</src>
<src>boolean.luc</src>
<src>random_gen.luc</src>
<src>shifter.luc</src>
<src>stateCounter.luc</src>
<src>seven_seg.luc</src>
<src>multi_seven_seg.luc</src>
<src>adder.luc</src>
<src>compare.luc</src>
<src top="true">mojo_top.luc</src>
<ucf lib="true">io_shield.ucf</ucf>
<ucf lib="true">mojo.ucf</ucf>
<ucf>custom.ucf</ucf>
<component>decoder.luc</component>
<component>reset_conditioner.luc</component>
<component>counter.luc</component>
<component>edge_detector.luc</component>
</files>
</project>