Azure' WorkSpace

随笔分类 -  Design details

About memories in ASIC FPGA
摘要:1. Write first | Read First | No Change区别在于:en & wr的时候,dout是什么,三种case对应于: dout = din; dout = mem[addr]; dout = last dout;这个其实是个非重要参数,因为Design并应该去不关心 e 阅读全文

posted @ 2016-01-29 21:00 此用户有没昵称 阅读(211) 评论(0) 推荐(1)

vcs仿真的一个脚本
摘要:网上搜索稀奇古怪的关键字 "+libext+.v", 看到别人的一个VCS跑方针用的脚本,不错。以下为【zz】###############################################################!/bin/csh -ftimeif (!(-e filelist.vrl)) cp -f ../code/sim/scr/filelist.vrl .if (!(-e picture.dat)) cp -f ../code/sim/scr/picture.dat .if (!(-d pic)) mkdir picif (!(-d log)) 阅读全文

posted @ 2011-05-25 19:44 此用户有没昵称 阅读(6988) 评论(1) 推荐(1)

导航