Skip to content

Commit

Permalink
removed optional signals
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Apr 6, 2020
1 parent e702002 commit b628e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/sifive.com/TEST/JTAG/0.1.0/JTAG_rtl.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
description: 'Reset',
isReset: true,
wire: {
onMaster: {width: 1, direction: 'out', presence: 'optional'},
onSlave: {width: 1, direction: 'in', presence: 'optional'}
onMaster: {width: 1, direction: 'out'},
onSlave: {width: 1, direction: 'in'}
}
},
}
Expand Down

0 comments on commit b628e17

Please sign in to comment.