Skip to content

Commit

Permalink
Available colletions in store.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 26, 2024
1 parent a2d71d4 commit a4a01ba
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions icm/commons/store.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
COLLECTIONS = {
"stable": [
"iceK",
"iceWires",
"iceIO",
"iceGates",
"iceMux",
"iceCoders",
"iceFF",
"iceRegs",
"iceSRegs",
],
"dev": [
"iceBoards",
"iceComp",
"iceArith",
"iceCounters",
"iceSignals",
"icePLL",
"iceLEDOscope",
"iceLEDs",
"iceHearts",
"iceInputs",
"iceRok",
"iceMachines",
"iceSerial",
"iceMem",
"iceMeassure",
"iceStack",
"iceFlash",
"iceBus",
"iceLCD",
"iceSynth",
"icecrystal",
"icebreaker",
"Collection-stdio",
"LOVE-FPGA-Collection",
"Collection-Jedi",
"CT11-collection",
"collection-generic",
"collection-logic",
"ice-chips-verilog",
"Icestudio-ArithmeticBlocks",
],
}

0 comments on commit a4a01ba

Please sign in to comment.