摘要: open (FILE, "file.txt") or die "cannot open case.txt"; my @file = <FILE>; foreach $line (@file) { print $line; } close (FILE); 阅读全文
posted @ 2020-12-15 16:36 琴兽 阅读(67) 评论(0) 推荐(0)
摘要: 1. verdi.f, for gui and waveform debug +define+ADD_TO_VERDI -timescale "1ps/1ps" -sv-2001 -autoalias-syntaxerrormax 200000+define+AVERY_AXI_MASTER+def 阅读全文
posted @ 2019-02-26 15:14 琴兽 阅读(278) 评论(0) 推荐(0)