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

View File

@ -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

View File

@ -4,8 +4,6 @@
// any use, without warranty, 2025 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
// FIXME
module t ();
reg PoweredUp;
specify