Tests: Fix last commit
This commit is contained in:
parent
6c46c4f6f7
commit
b35ab0b843
|
|
@ -1,4 +1,4 @@
|
|||
%Error: t/t_specparam_unsup.v:16:8: Can't find definition of variable: 'tdevice_PU'
|
||||
16 | #tdevice_PU PoweredUp = 1'b1;
|
||||
%Error: t/t_specparam_unsup.v:14:8: Can't find definition of variable: 'tdevice_PU'
|
||||
14 | #tdevice_PU PoweredUp = 1'b1;
|
||||
| ^~~~~~~~~~
|
||||
%Error: Exiting due to
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
// any use, without warranty, 2025 by Wilson Snyder.
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
// FIXME
|
||||
|
||||
module t ();
|
||||
reg PoweredUp;
|
||||
specify
|
||||
|
|
|
|||
Loading…
Reference in New Issue