mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 00:39:38 +02:00
move legacy code to separate branch
This commit is contained in:
parent
68a30c8ee6
commit
11b4c48c3a
3528 changed files with 14477 additions and 53258 deletions
|
@ -1,9 +0,0 @@
|
|||
block SysArch
|
||||
OS os_c;
|
||||
WS ws_c;
|
||||
WB wb_c;
|
||||
connect(os_c.input1, wb_c.output1);
|
||||
connect(os_c.output1, wb_c.input1);
|
||||
connect(wb_c.input2, ws_c.output2);
|
||||
connect(wb_c.output2, ws_c.input2);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue