mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-08-04 02:48:28 +00:00
Add dummy declarations for rising_edge/falling_edge
This commit is contained in:
parent
0ed26c4a9e
commit
eea0685496
1 changed files with 2 additions and 0 deletions
|
@ -91,5 +91,7 @@ package standard is
|
|||
function maximum return natural;
|
||||
function minimum return natural;
|
||||
procedure deallocate;
|
||||
function rising_edge return boolean;
|
||||
function falling_edge return boolean;
|
||||
|
||||
end package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue