fixing tests, started cleaning
This commit is contained in:
@@ -104,7 +104,8 @@ namespace tmpl {
|
||||
p_n_mode <- 1;
|
||||
y {-1}}
|
||||
}
|
||||
|
||||
//Maybe deprecated?
|
||||
//@TODO Check if it exist, otherwise delete
|
||||
export defcell A_1C1P_B (bool! y; bool? c1, p1; bool vdd, vss)
|
||||
{
|
||||
bool _y;
|
||||
|
@@ -47,6 +47,7 @@ namespace tmpl {
|
||||
* Currently only handles writing.
|
||||
* NOTE: this does not handle in.v properly, and instead has in.v = in.a
|
||||
*/
|
||||
//@TODO Get rid of scarying warning
|
||||
export template<pint N>
|
||||
defproc register_acells_improved(avMx1of2<N+1> in; Mx1of2<N> out;
|
||||
bool? reset_B; power supply) {
|
||||
@@ -288,6 +289,7 @@ A_2C_B_X1 addr_read_f[NcA];
|
||||
* Input packets should be
|
||||
* LSB [-addr-][-word-] MSB
|
||||
*/
|
||||
//@TODO check if it is used
|
||||
export template<pint NcA, NcW, M>
|
||||
defproc register_w_array(avMx1of2<NcA + NcW> in; Mx1of2<NcW> data[M]; avMx1of2<NcA+NcW> out;
|
||||
bool? reset_B; power supply) {
|
||||
|
Reference in New Issue
Block a user