aboutsummaryrefslogtreecommitdiffstats
path: root/examples/icestick/fixed1.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/icestick/fixed1.vhdl')
-rw-r--r--examples/icestick/fixed1.vhdl4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/icestick/fixed1.vhdl b/examples/icestick/fixed1.vhdl
deleted file mode 100644
index b1bbf4b..0000000
--- a/examples/icestick/fixed1.vhdl
+++ /dev/null
@@ -1,4 +0,0 @@
-architecture fixed1 of leds is
-begin
- (led1, led2, led3, led4, led5) <= std_logic_vector'("00101");
-end fixed1;