w
This commit is contained in:
@@ -0,0 +1 @@
|
||||
build/
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
#[no_mangle(all)]
|
||||
entity main(clk: clock, leds: inv [bool; 4]) {
|
||||
|
||||
reg(clk) counter: uint<24> = counter +. 1;
|
||||
|
||||
set leds = (counter >> 20).as_bits()[0..4];
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
[spade]
|
||||
commit = "7dddfabc0c38800ebe097bfd2c88f85e63366831"
|
||||
@@ -0,0 +1 @@
|
||||
name = "blinky"
|
||||
Reference in New Issue
Block a user