stripeq, buseq

- replace iremote with eq for stripeq and buseq
- move identifier to eq
- avoid passing entire parent objects
This commit is contained in:
pblivingston
2025-11-27 09:49:46 -05:00
parent 6154af7ad7
commit 60d97a89b4
5 changed files with 26 additions and 22 deletions

View File

@@ -11,6 +11,9 @@ $KindMap = @{
'insert' = 0
'vban_in' = 4
'vban_out' = 4
'strip_ch' = 0
'bus_ch' = 0
'cells' = 0
};
'banana' = @{
'name' = 'banana'
@@ -24,6 +27,9 @@ $KindMap = @{
'insert' = 22
'vban_in' = 8
'vban_out' = 8
'strip_ch' = 0
'bus_ch' = 8
'cells' = 6
};
'potato' = @{
'name' = 'potato'
@@ -37,6 +43,9 @@ $KindMap = @{
'insert' = 34
'vban_in' = 8
'vban_out' = 8
'strip_ch' = 2
'bus_ch' = 8
'cells' = 6
};
}