Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTU CAN FD IP Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canbus
CTU CAN FD IP Core
Commits
e196b54c
Commit
e196b54c
authored
Jan 25, 2019
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: add TXT Buffer functional coverage.
parent
cf06f01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
src/txt_buffer/txt_buffer.vhd
src/txt_buffer/txt_buffer.vhd
+17
-0
No files found.
src/txt_buffer/txt_buffer.vhd
View file @
e196b54c
...
...
@@ -253,4 +253,21 @@ begin
txt_buf_ready
=>
txt_buf_ready
);
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-- Functional coverage
----------------------------------------------------------------------------
----------------------------------------------------------------------------
func_cov_block
:
block
begin
-- psl default clock is rising_edge(clk_sys);
-- psl txtb_set_ready_cov : cover (txt_sw_cmd.set_rdy = '1');
-- psl txtb_set_empty_cov : cover (txt_sw_cmd.set_ety = '1');
-- psl txtb_set_abort_cov : cover (txt_sw_cmd.set_abt = '1');
end
block
;
end
architecture
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment