Skip to content

Commit

Permalink
examples: move rndchain to right place and fix
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Nov 11, 2019
1 parent eb17e34 commit 35dfc40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ return bd.system
{
-- include subsystems
include = {
bd.load("examples/composition/rndchain1.usc")
bd.load("rndchain1.usc")
},

imports = {
"std_types/stdtypes/stdtypes.so",
"std_blocks/random/random.so",
"std_blocks/ptrig/ptrig.so",
"std_blocks/lfds_buffers/lfds_cyclic.so",
"std_blocks/logging/file_logger.so",
"stdtypes", "stattypes", "random", "ptrig", "lfds_cyclic", "logger",
},

blocks = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
return bd.system
{
imports = {
"std_types/stdtypes/stdtypes.so",
"std_blocks/random/random.so",
"std_blocks/trig/trig.so",
"stdtypes", "stattypes", "random", "trig",
},

blocks = {
Expand Down

0 comments on commit 35dfc40

Please sign in to comment.