- Remove endpoint data from memory. Store only participant data - Write PARTICIPANT_UNMATCH_FRAME to all endpoints on remote participant removal - Write ENDPOINT_MATCH and ENDPOINT_UNMATCH frames for all remote endpoints * Update testbenches to accomodate re-design * Streamline scorboard reference pushing and testbench completion detection
26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
#Ignore List
|
|
/syn/**
|
|
/sim/**
|
|
/download/**
|
|
*.NPPSESS
|
|
|
|
#Unignore Directories (Needed to unignore files in Subdirectories)
|
|
!*/
|
|
|
|
#WHITELIST
|
|
#***VIVADO***
|
|
#Project File
|
|
!*.xpr
|
|
#***MODELSIM***
|
|
#Do files
|
|
!*.do
|
|
#Modelsim INI File
|
|
!*modelsim.ini
|
|
#***QUARTUS***
|
|
#Project File
|
|
!*.qpf
|
|
!*.qsf
|
|
#Settings File
|
|
!*.qsf
|
|
#QSYS File
|
|
!*.qsys |