From bd7e5c9457471bb24d825574c9aa3d9a3af63c03 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 2 Feb 2017 21:35:01 +0100 Subject: Add examples --- icestick/fixed1.vhdl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 icestick/fixed1.vhdl (limited to 'icestick/fixed1.vhdl') diff --git a/icestick/fixed1.vhdl b/icestick/fixed1.vhdl new file mode 100644 index 0000000..b1bbf4b --- /dev/null +++ b/icestick/fixed1.vhdl @@ -0,0 +1,4 @@ +architecture fixed1 of leds is +begin + (led1, led2, led3, led4, led5) <= std_logic_vector'("00101"); +end fixed1; -- cgit v1.2.3