Browse Source

Add example for next_event operator

master
T. Meissner 4 years ago
parent
commit
c6028fd198
2 changed files with 5 additions and 2 deletions
  1. +4
    -2
      README.md
  2. +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);


Loading…
Cancel
Save