File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ For installing and using this colection in Icestudio follow these steps:
208
208
* mux-2-1
209
209
* ** Mux-4-1**
210
210
* mux-4-1
211
+ * ** 17-bits**
212
+ * ** Mux-2-1**
213
+ * mux-2-1
211
214
* ** 18-bits**
212
215
* ** Mux-2-1**
213
216
* Mux-2-1
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ gettext('13-bits');
106
106
gettext ( '14-bits' ) ;
107
107
gettext ( '15-bits' ) ;
108
108
gettext ( '16-bits' ) ;
109
+ gettext ( '17-bits' ) ;
109
110
gettext ( '18-bits' ) ;
110
111
gettext ( '19-bits' ) ;
111
112
gettext ( '20-bits' ) ;
@@ -319,6 +320,9 @@ gettext('Bus16-Join-half: Join the two same halves into an 16-bits Bus');
319
320
gettext ( 'mux-4-1' ) ;
320
321
gettext ( '16-to-1 Multplexer (16-bit channels). Verilog implementation' ) ;
321
322
gettext ( 'Mux-2-1' ) ;
323
+ gettext ( 'mux-2-1' ) ;
324
+ gettext ( '2-to-1 Multplexer (17-bit channels). Verilog implementation' ) ;
325
+ gettext ( 'Mux-2-1' ) ;
322
326
gettext ( 'Mux-2-1' ) ;
323
327
gettext ( '2-to-1 Multplexer (18-bit channels). Verilog implementation' ) ;
324
328
gettext ( 'Mux-2-1' ) ;
You can’t perform that action at this time.
0 commit comments