Skip to content

Commit 6aa359b

Browse files
committed
Adding new experiments
1 parent c957f29 commit 6aa359b

10 files changed

+33309
-0
lines changed

images/20180403/p_A-130us-0-VGA@0x22-spimode1-64msps.csv

Lines changed: 16640 additions & 0 deletions
Large diffs are not rendered by default.
20.9 KB
Loading

images/20180403/p_A-130us-1-VGA@0x22-spimode1-64msps.csv

Lines changed: 16640 additions & 0 deletions
Large diffs are not rendered by default.
20.6 KB
Loading

images/20180516/20180516a-1.jpg

95.8 KB
Loading

images/20180516/20180516a-1.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

images/20180516/20180516a-3.jpg

127 KB
Loading

images/20180516/20180516a-3.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

images/un0desc.png

202 KB
Loading

software/un0rick_v0.1.vhd

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
-- Project Name: MATTY
88
-- Target Devices: iCE40-HX4K_TQ144
99

10+
11+
-- Morse: ..- -. ----- .-. .. -.-. -.-
12+
13+
14+
-- _______ __ __
15+
-- .--.--. .-----. | _ | .----. |__| .----. | |--.
16+
-- | | | | | |. | | | _| | | | __| | <
17+
-- |_____| |__|__| |. | | |__| |__| |____| |__|__|
18+
-- |: 1 |
19+
-- |::.. . |
20+
-- `-------'
21+
1022
--
1123

1224
-- Revision: 1
@@ -932,6 +944,10 @@ end process;
932944

933945
----------------------end ADC--------------------
934946

947+
-- ___ _ __ __ _ _ ___ ___
948+
-- | _ \ /_\ | \/ | __ _ _ _ __| | /_\ | \ / __|
949+
-- | / / _ \ | |\/| | / _` | | ' \ / _` | / _ \ | |) | | (__
950+
-- |_|_\ /_/ \_\ |_| |_| \__,_| |_||_| \__,_| /_/ \_\ |___/ \___|
935951

936952
----------------------RAM&ADC--------------------
937953

@@ -1023,6 +1039,11 @@ sRAM_nWE<= sADC_clk when sACQtime = '1' else '1';
10231039

10241040
----------------------end RAM--------------------
10251041

1042+
-- ___ _ _ _ _ _
1043+
-- | _ ) _ _ | |_ | |_ ___ _ _ ___ | |_ ___ __ _ __ _ | | ___ _ __ ___ __| | ___
1044+
-- | _ \ | || | | _| | _| / _ \ | ' \ (_-< | _| / _ \ / _` | / _` | | | / -_) | ' \ / _ \ / _` | / -_)
1045+
-- |___/ \_,_| \__| \__| \___/ |_||_| /__/ \__| \___/ \__, | \__, | |_| \___| |_|_|_| \___/ \__,_| \___|
1046+
-- |___/ |___/
10261047
----------------------Buttons toggle mode--------------------
10271048

10281049
process(pll_clk64, reset)
@@ -1054,6 +1075,12 @@ end process;
10541075

10551076
----------------------end Button--------------------
10561077

1078+
-- _ _
1079+
-- ___ _ _ | |_ _ __ _ _ | |_ ___
1080+
-- / _ \ | || | | _| | '_ \ | || | | _| (_-<
1081+
-- \___/ \_,_| \__| | .__/ \_,_| \__| /__/
1082+
-- |_|
1083+
10571084

10581085
----------------------outputs---------------------
10591086

0 commit comments

Comments
 (0)