-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
@nopeslide I have updated wavedrom.com to support compact mode. #23
{reg:[
{name: 'IPO', bits: 8, attr: 'RO', type: 6},
{ bits: 7},
{name: 'BRK', bits: 5, attr: 'RW', type: 4},
{name: 'CPK', bits: 1 },
{name: 'Clear', bits: 3 },
{bits: 8 }
], config: {lanes: 4, compact: true}}One issue is the field attributes. (RO, RW) In example above. Do you have ideas how we can place attributes in the compact mode?
Reactions are currently unavailable