Start with hierarchical blocks for mod and demod
This commit is contained in:
commit
c1dbbe78c4
2297
grc/hamnet70_demod.grc
Normal file
2297
grc/hamnet70_demod.grc
Normal file
File diff suppressed because it is too large
Load diff
1728
grc/hamnet70_mod.grc
Normal file
1728
grc/hamnet70_mod.grc
Normal file
File diff suppressed because it is too large
Load diff
9
grc/install.sh
Executable file
9
grc/install.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
for f in *.grc
|
||||||
|
do
|
||||||
|
echo Building $f ...
|
||||||
|
grcc $f
|
||||||
|
done
|
Loading…
Reference in a new issue