Skip to content

Commit

Permalink
update verilog examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 3, 2024
1 parent 1fb58f7 commit 280095a
Show file tree
Hide file tree
Showing 10 changed files with 57,522 additions and 698 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.mo
ice-build/
10 changes: 5 additions & 5 deletions examples/6. Verilog/01. Four bits fixed binary value.ice
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"image": ""
},
"design": {
"board": "icezum",
"board": "alhambra-ii",
"graph": {
"blocks": [
{
Expand All @@ -20,7 +20,7 @@
{
"index": "0",
"name": "LED3",
"value": "98"
"value": "42"
}
],
"virtual": false
Expand All @@ -39,7 +39,7 @@
{
"index": "0",
"name": "LED2",
"value": "97"
"value": "43"
}
],
"virtual": false
Expand All @@ -58,7 +58,7 @@
{
"index": "0",
"name": "LED1",
"value": "96"
"value": "44"
}
],
"virtual": false
Expand All @@ -77,7 +77,7 @@
{
"index": "0",
"name": "LED0",
"value": "95"
"value": "45"
}
],
"virtual": false
Expand Down
10 changes: 5 additions & 5 deletions examples/6. Verilog/02. Four bits fixed hexadecimal value.ice
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"image": ""
},
"design": {
"board": "icezum",
"board": "alhambra-ii",
"graph": {
"blocks": [
{
Expand All @@ -20,7 +20,7 @@
{
"index": "0",
"name": "LED3",
"value": "98"
"value": "42"
}
],
"virtual": false
Expand All @@ -39,7 +39,7 @@
{
"index": "0",
"name": "LED2",
"value": "97"
"value": "43"
}
],
"virtual": false
Expand All @@ -58,7 +58,7 @@
{
"index": "0",
"name": "LED1",
"value": "96"
"value": "44"
}
],
"virtual": false
Expand All @@ -77,7 +77,7 @@
{
"index": "0",
"name": "LED0",
"value": "95"
"value": "45"
}
],
"virtual": false
Expand Down
18 changes: 9 additions & 9 deletions examples/6. Verilog/03. Eight bits fixed value buses.ice
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"image": ""
},
"design": {
"board": "icezum",
"board": "alhambra-ii",
"graph": {
"blocks": [
{
Expand All @@ -21,42 +21,42 @@
{
"index": "7",
"name": "LED7",
"value": "104"
"value": "37"
},
{
"index": "6",
"name": "LED6",
"value": "102"
"value": "38"
},
{
"index": "5",
"name": "LED5",
"value": "101"
"value": "39"
},
{
"index": "4",
"name": "LED4",
"value": "99"
"value": "41"
},
{
"index": "3",
"name": "LED3",
"value": "98"
"value": "42"
},
{
"index": "2",
"name": "LED2",
"value": "97"
"value": "43"
},
{
"index": "1",
"name": "LED1",
"value": "96"
"value": "44"
},
{
"index": "0",
"name": "LED0",
"value": "95"
"value": "45"
}
],
"virtual": false
Expand Down
Loading

0 comments on commit 280095a

Please sign in to comment.