summaryrefslogtreecommitdiffstats
path: root/part_1/ex2/ex2.v.bak
diff options
context:
space:
mode:
Diffstat (limited to 'part_1/ex2/ex2.v.bak')
-rw-r--r--part_1/ex2/ex2.v.bak10
1 files changed, 10 insertions, 0 deletions
diff --git a/part_1/ex2/ex2.v.bak b/part_1/ex2/ex2.v.bak
new file mode 100644
index 0000000..24dc138
--- /dev/null
+++ b/part_1/ex2/ex2.v.bak
@@ -0,0 +1,10 @@
+module ex2_top(SW,
+ HEX0);
+
+ input [3:0] SW;
+ output [6:0] HEX0;
+
+ hex_to_7seg SEG0(HEX0, SW);
+
+endmodule
+ \ No newline at end of file