Skip to content

Commit

Permalink
Merge branch 'feature/word_level_structures' of github.com:emsec/hal …
Browse files Browse the repository at this point in the history
…into feature/word_level_structures
  • Loading branch information
SimonKlx committed Oct 20, 2023
2 parents fc660a7 + 71599ee commit 005e012
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions plugins/gate_libraries/definitions/ice40ultra_hal.hgl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,54 @@
"data_y_identifier": "Y_COORDINATE"
},
"cells": [
{
"name": "HAL_GND",
"types": [
"combinational",
"ground"
],
"pin_groups": [
{
"name": "O",
"direction": "output",
"type": "ground",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "O",
"direction": "output",
"type": "ground",
"function": "0b0"
}
]
}
]
},
{
"name": "HAL_VDD",
"types": [
"combinational",
"power"
],
"pin_groups": [
{
"name": "O",
"direction": "output",
"type": "power",
"ascending": false,
"start_index": 0,
"pins": [
{
"name": "O",
"direction": "output",
"type": "power",
"function": "0b1"
}
]
}
]
},
{
"name": "HAL_BUF",
"types": [
Expand Down

0 comments on commit 005e012

Please sign in to comment.