Home
last modified time | relevance | path

Searched refs:compile_island (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h551 extern void compile_island(char*label, char*type);
H A Dparse.y855 { compile_island($1, $3); }
H A Dcompile.cc2038 void compile_island(char*label, char*type) in compile_island() function