📄 verilog-y.tab.h
字号:
#ifndef BISON_VERILOG_Y_TAB_H# define BISON_VERILOG_Y_TAB_H#ifndef YYSTYPEtypedef union { int number; double real; char* char_ptr; ListP list; IODeclP io_decl; MItemP m_item; ModuleP module; PDeclP p_decl; PBDeclP pb_decl; RVarP reg_var; BitVecP bit_vec; MDeclP m_decl; PortDeclP port_decl;} yystype;# define YYSTYPE yystype# define YYSTYPE_IS_TRIVIAL 1#endif# define VL_ID 257# define VL_BNUMBER 258# define VL_INUMBER 259# define VL_ONUMBER 260# define VL_DNUMBER 261# define VL_HNUMBER 262# define VL_RNUMBER 263# define VL_STRING 264# define VL_ALLPATH 265# define VL_ALWAYS 266# define VL_AND 267# define VL_ASSIGN 268# define VL_BEGIN 269# define VL_BUF 270# define VL_BUFIF0 271# define VL_BUFIF1 272# define VL_CASE 273# define VL_CASEX 274# define VL_CASEZ 275# define VL_CMOS 276# define VL_CONDITIONAL 277# define VL_DEASSIGN 278# define VL_DEFAULT 279# define VL_DEFPARAM 280# define VL_DISABLE 281# define VL_ELSE 282# define VL_EDGE 283# define VL_END 284# define VL_ENDCASE 285# define VL_ENDMODULE 286# define VL_ENDFUNCTION 287# define VL_ENDPRIMITIVE 288# define VL_ENDSPECIFY 289# define VL_ENDTABLE 290# define VL_ENDTASK 291# define VL_EVENT 292# define VL_FOR 293# define VL_FOREVER 294# define VL_FORK 295# define VL_FUNCTION 296# define VL_GEQ 297# define VL_HIGHZ0 298# define VL_HIGHZ1 299# define VL_IF 300# define VL_INITIAL 301# define VL_INOUT 302# define VL_INPUT 303# define VL_INTEGER 304# define VL_JOIN 305# define VL_LARGE 306# define VL_LEADTO 307# define VL_LEQ 308# define VL_LOGAND 309# define VL_CASEEQUALITY 310# define VL_CASEINEQUALITY 311# define VL_LOGNAND 312# define VL_LOGNOR 313# define VL_LOGOR 314# define VL_LOGXNOR 315# define VL_LOGEQUALITY 316# define VL_LOGINEQUALITY 317# define VL_LSHIFT 318# define VL_MACROMODULE 319# define VL_MEDIUM 320# define VL_MODULE 321# define VL_NAND 322# define VL_NBASSIGN 323# define VL_NEGEDGE 324# define VL_NMOS 325# define VL_NOR 326# define VL_NOT 327# define VL_NOTIF0 328# define VL_NOTIF1 329# define VL_OR 330# define VL_OUTPUT 331# define VL_PARAMETER 332# define VL_PMOS 333# define VL_POSEDGE 334# define VL_PRIMITIVE 335# define VL_PULL0 336# define VL_PULL1 337# define VL_PULLUP 338# define VL_PULLDOWN 339# define VL_RCMOS 340# define VL_REAL 341# define VL_REG 342# define VL_REPEAT 343# define VL_RIGHTARROW 344# define VL_RNMOS 345# define VL_RPMOS 346# define VL_RSHIFT 347# define VL_RTRAN 348# define VL_RTRANIF0 349# define VL_RTRANIF1 350# define VL_SCALARED 351# define VL_SMALL 352# define VL_SPECIFY 353# define VL_SPECPARAM 354# define VL_STRONG0 355# define VL_STRONG1 356# define VL_SUPPLY0 357# define VL_SUPPLY1 358# define VL_SWIRE 359# define VL_TABLE 360# define VL_TASK 361# define VL_TIME 362# define VL_TRAN 363# define VL_TRANIF0 364# define VL_TRANIF1 365# define VL_TRI 366# define VL_TRI0 367# define VL_TRI1 368# define VL_TRIAND 369# define VL_TRIOR 370# define VL_TRIREG 371# define VL_VECTORED 372# define VL_WAIT 373# define VL_WAND 374# define VL_WEAK0 375# define VL_WEAK1 376# define VL_WHILE 377# define VL_WIRE 378# define VL_WOR 379# define VL_XNOR 380# define VL_XOR 381# define VL_sysSETUP 382# define VL_sysID 383# define VL_UNARYOPERATOR 384extern YYSTYPE yylval;#endif /* not BISON_VERILOG_Y_TAB_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -