top_fast.scr
来自「design compile synthesis user guide」· SCR 代码 · 共 18 行
SCR
18 行
/*************************************************************//* Script to create the GTECH & Mapped views of the design *//* *//*************************************************************//* Script to set up the required veriables */include scripts/setup_fast.scr;/* Script to create the GTECH view of the design */include gtech_fast.scr;/* Script to create a Mapped view of the design */include mapped_fast.scr;/* end of toplevel script */exit;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?