From 301dea333ec3e28e95a43b1a4af569ebbedd6ab9 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 30 Jun 2021 13:52:30 +0200 Subject: Added package declarations inside of declarations. Added PSL Default clock (dummy). Added Disconnect specification (dummy). --- pyGHDL/dom/PSL.py | 21 +++++++++++++++++++++ pyGHDL/dom/_Translate.py | 11 +++++++++++ pyGHDL/dom/formatting/prettyprint.py | 13 +++++++++++++ testsuite/pyunit/Current.vhdl | 9 ++++++++- 4 files changed, 53 insertions(+), 1 deletion(-) diff --git a/pyGHDL/dom/PSL.py b/pyGHDL/dom/PSL.py index dd859e5b3..6c4ba76b3 100644 --- a/pyGHDL/dom/PSL.py +++ b/pyGHDL/dom/PSL.py @@ -39,12 +39,14 @@ This module contains all DOM classes for VHDL's design units (:class:`context 5, 3 => 4, name => 10); -- 2.3; - attribute fixed of ghdl [bar] : constant is true; + attribute fixed of ghdl, gtkwave [x, y] : constant is true; component comp is port ( -- cgit v1.2.3