This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
psl_with_ghdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add example for next_event operator
master
T. Meissner
5 years ago
parent
96c459e027
commit
c6028fd198
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
README.md
+1
-0
src/psl_next_3.vhd
+ 4
- 2
README.md
View File
@ -15,8 +15,10 @@ The next two lists will grow during furter development
* never operator
* implication operator
* next operator
* next[i] operator
* next_event operator
## PSL features currently unsupported by GHDL:
* next_a operator
* next_e operator
* next_a
[i:j]
operator
* next_e
[i:j]
operator
+ 1
- 0
src/psl_next_3.vhd
View File
@ -29,6 +29,7 @@ begin
SEQ_E
:
sequencer
generic
map
(
"__-_-______"
)
port
map
(
clk
,
e
)
;
SEQ_F
:
sequencer
generic
map
(
"_____-----_"
)
port
map
(
clk
,
f
)
;
-- All is sensitive to rising edge of clk
default
clock
is
rising_edge
(
clk
)
;
Write
Preview
Loading…
Cancel
Save