From 5c6635052b6983d2149b936762298200f6419275 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 26 Jan 2024 21:09:09 +0200 Subject: UART ECHO SERVER!!!!!!!! --- notes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 notes.txt (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..ca7f978 --- /dev/null +++ b/notes.txt @@ -0,0 +1,17 @@ +get the quartus toolchain from nixpkgs +NIXPKGS_ALLOW_UNFREE=1 nix shell --impure nixpkgs#quartus-prime-lite + +get clash +nix shell github:clash-lang/clash-compiler + +blink example clash +https://qbaylogic.com/all/clash/new-clash-fpga-starter/ + +write a .sof file to the fpga over jtag +quartus_pgm -m jtag -o "p;blinker.sof" + +compile a whole project +quartus_sh --flow compile blinker + +the one i have is: +Cyclone V 5CGXFC5C6F27C7 -- cgit 1.4.1