Skip to content

Commit

Permalink
Add NonlinearCircuits.
Browse files Browse the repository at this point in the history
  • Loading branch information
rl2939 committed Nov 15, 2024
1 parent 44b51c0 commit 609efa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nonlinearcircuits
Submodule nonlinearcircuits updated 58 files
+1 −1 .github/workflows/buildPlugin.yml
+9 −0 CHANGELOG.md
+3 −0 README.md
+14 −1 plugin.json
+ res/1050MixSeq.afdesign
+0 −0 res/1050MixSeq.svg
+ res/32to1.afdesign
+0 −0 res/32to1.svg
+ res/4seq.afdesign
+0 −0 res/4seq.svg
+ res/8BitCipher.afdesign
+0 −0 res/8BitCipher.svg
+118 −117 res/BOOLs.svg
+0 −121 res/BOOLs2.svg
+120 −0 res/BOOLsOld.svg
+ res/DivideConquer.afdesign
+0 −0 res/DivideConquer.svg
+ res/DivideConquerNoCircles.afdesign
+ res/DivineCMOS.afdesign
+0 −0 res/DivineCMOS.svg
+0 −0 res/DoubleNeuron.svg
+ res/GENiE.afdesign
+0 −0 res/GENiE.svg
+ res/Neuron.afdesign
+0 −0 res/Neuron.svg
+ res/Numberwang.afdesign
+0 −0 res/Numberwang.svg
+ res/Router.afdesign
+0 −0 res/Router.svg
+ res/Segue.afdesign
+0 −0 res/Segue.svg
+ res/Splish.afdesign
+165 −0 res/Splish.svg
+0 −0 res/SquidAxon.svg
+ res/Statues.afdesign
+0 −0 res/Statues.svg
+0 −0 src/1050MixSeq.cpp
+0 −0 src/32To1.cpp
+1 −1 src/4Seq.cpp
+1 −1 src/8BitCipher.cpp
+1 −1 src/BOOLs.cpp
+1 −1 src/DivideConquer.cpp
+3 −3 src/DivineCMOS.cpp
+1 −1 src/DoubleNeuron.cpp
+1 −1 src/Genie.cpp
+1 −0 src/NLC.cpp
+1 −0 src/NLC.hpp
+1 −1 src/Neuron.cpp
+1 −1 src/Numberwang.cpp
+1 −1 src/Router.cpp
+1 −1 src/Segue.cpp
+16 −0 src/SlothApathy.cpp
+0 −49 src/SlothCommon.hpp
+18 −0 src/SlothInertia.cpp
+17 −0 src/SlothTorpor.cpp
+125 −0 src/Splish.cpp
+1 −1 src/SquidAxon.cpp
+1 −1 src/Statues.cpp
1 change: 1 addition & 0 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,7 @@ static void initStatic__nonlinearcircuits()
p->addModel(modelSlothApathy);
p->addModel(modelSlothInertia);
p->addModel(modelSlothTorpor);
p->addModel(modelSplish);
p->addModel(modelSquidAxon);
p->addModel(modelStatues);
p->addModel(modelTripleSloth);
Expand Down

0 comments on commit 609efa0

Please sign in to comment.