mirror of
https://github.com/verilator/verilator.git
synced 2026-08-22 05:57:29 +02:00
Tests: Fix last commit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user