minor update
This commit is contained in:
@@ -89,8 +89,12 @@ kill -9 <pid>
|
||||
lsof +D build_ase_1c
|
||||
|
||||
# quick off cache synthesis
|
||||
make -C pipeline > pipeline/build.log 2>&1 &
|
||||
make -C cache > cache/build.log 2>&1 &
|
||||
make -C core > core/build.log 2>&1 &
|
||||
make -C vortex > vortex/build.log 2>&1 &
|
||||
make -C top > top/build.log 2>&1 &
|
||||
make -C pipeline clean && make -C pipeline > pipeline/build.log 2>&1 &
|
||||
make -C cache clean && make -C cache > cache/build.log 2>&1 &
|
||||
make -C core clean && make -C core > core/build.log 2>&1 &
|
||||
make -C vortex clean && make -C vortex > vortex/build.log 2>&1 &
|
||||
make -C top clean && make -C top > top/build.log 2>&1 &
|
||||
|
||||
# How to calculate the maximum operating frequency?
|
||||
200 Mhz -> period = 1/200x10^6 = 5ns
|
||||
if slack = +1.664 -> minimal period = 5-1.664 = 3.336 -> fmax = 1/3.336 = 300 Mhz
|
||||
Reference in New Issue
Block a user