0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
list one more parse test
fangism
as David Fang
More... over 10 years ago
update atomic bool connection diagnostics after merge
fangism
as David Fang
More... over 10 years ago
Merge branch 'master' into run-time-expressions
fangism
as David Fang
More... over 10 years ago
improve bad-connection diagnostic
fangism
as David Fang
More... over 10 years ago
forgot to update these tests with rte lang body in process_definition
fangism
as David Fang
More... over 10 years ago
check for atomic redefinition and catch as error
fangism
as David Fang
More... over 10 years ago
added check for undefined output atomic expressions
fangism
as David Fang
More... over 10 years ago
fixes: process-definition was missing RTE body middle-end dumping now uses operator char, not class enum member
fangism
as David Fang
More... over 10 years ago
initial implementation of RTE middle-end
fangism
as David Fang
More... over 10 years ago
footprint: language body footprints (prs,chp,rte,spec) now allocated on first-use. Binary object format updated (process footprints slightly smaller).
fangism
as David Fang
More... over 10 years ago
free syntax tokens
fangism
as David Fang
More... over 10 years ago
update test-fail expects with EBOOL/EINT
fangism
as David Fang
More... over 10 years ago
initial outline of RTE sublanguage middle-end implementation
fangism
as David Fang
More... over 10 years ago
add check for atomic/nonatomic on bool connection disable 'ebool' token for now, force use of @[atomic]
fangism
as David Fang
More... over 10 years ago
ebool_traits now obsolete
fangism
as David Fang
More... over 10 years ago
initial semantic checks for ebools, a.k.a. bool @[atomic]
fangism
as David Fang
More... over 10 years ago
vim syntax update with rte
fangism
as David Fang
More... over 10 years ago
fix minor typo in syntax file
fangism
as David Fang
More... over 10 years ago
update syntax highlighting file with rte, ebool, eint
fangism
as David Fang
More... over 10 years ago
added ebool_traits, inherits mostly from bool_traits intend to use bool instance/collections with additional atomicity attribute
fangism
as David Fang
More... over 10 years ago
lexing 'ebool' as a bool with additional atomic attribute
fangism
as David Fang
More... over 10 years ago
initial syntax for run-time-expressions
fangism
as David Fang
More... over 10 years ago
leave PRSIM_FWD_POST_TIMING_CHECKS disabled for now, though it is working
fangism
as David Fang
More... over 10 years ago
force consistent use of NodeState::translate_value_to_char
fangism
as David Fang
More... over 10 years ago
implemented active timing constraint checkpointing
fangism
as David Fang
More... over 10 years ago
refactored timing_checker into own class
fangism
as David Fang
More... over 10 years ago
started to save/checkpoint timing check information, need to refactor first
fangism
as David Fang
More... over 10 years ago
draft implementation of forward posting setup/hold checks, passes tests! TODO: checkpoint preservation/restoring of active timing checks
fangism
as David Fang
More... over 10 years ago
Merge branch 'master' into prsim-timing-backannot
fangism
as David Fang
More... over 10 years ago
refactor EventPool implementation into class template
fangism
as David Fang
More... over 10 years ago