mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Update Verific, add to gitmodules, remove unused/GPL features from Makefile
This commit is contained in:
parent
e3f633fae6
commit
840cdb415b
4 changed files with 12 additions and 8 deletions
|
@ -101,7 +101,7 @@ vector<string> verific_incdirs, verific_libdirs, verific_libexts;
|
|||
|
||||
void msg_func(msg_type_t msg_type, const char *message_id, linefile_type linefile, const char *msg, va_list args)
|
||||
{
|
||||
string message_prefix = stringf("VERIFIC-%s [%s] ",
|
||||
string message_prefix = stringf("ELAB-%s [%s] ",
|
||||
msg_type == VERIFIC_NONE ? "NONE" :
|
||||
msg_type == VERIFIC_ERROR ? "ERROR" :
|
||||
msg_type == VERIFIC_WARNING ? "WARNING" :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue