Tests: Fix last commit

This commit is contained in:
Wilson Snyder
2025-02-24 22:39:30 -05:00
parent 6c46c4f6f7
commit b35ab0b843
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
%Error: t/t_specparam_unsup.v:16:8: Can't find definition of variable: 'tdevice_PU' %Error: t/t_specparam_unsup.v:14:8: Can't find definition of variable: 'tdevice_PU'
16 | #tdevice_PU PoweredUp = 1'b1; 14 | #tdevice_PU PoweredUp = 1'b1;
| ^~~~~~~~~~ | ^~~~~~~~~~
%Error: Exiting due to %Error: Exiting due to
-2
View File
@@ -4,8 +4,6 @@
// any use, without warranty, 2025 by Wilson Snyder. // any use, without warranty, 2025 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0 // SPDX-License-Identifier: CC0-1.0
// FIXME
module t (); module t ();
reg PoweredUp; reg PoweredUp;
specify specify