当前位置:网站首页>【无标题】
【无标题】
2022-07-05 03:33:00 【1615549892】
clk 端口由片外多路复用器驱动
# 在端口上创建两个时钟
create_clock -name clk_100 -period 10 [get_ports clk]
create_clock -name clk_125 -period 8 [get_ports clk] -add
# 设置两个时钟为独占时钟
set_clock_groups -exclusive -group {clk_100} -group {clk_125}

FPGA 上有一个时钟多路复用器
# 在每个端口上创建一个时钟
create_clock -name clk_100 -period 10 [get_ports clkA]
create_clock -name clk_125 -period 8 [get_ports clkB] -add
# 设置两个时钟为独占时钟
set_clock_groups -exclusive -group {clk_100} -group {clk_125}

FPGA 上具有链接时钟多路复用器
create_clock -name A -period 10 [get_ports clkA]
create_clock -name B -period 8 [get_ports clkB]
create_clock -name C -period 8 [get_ports clkC]
create_clock -name D -period 10 [get_ports clkD]
# 切割时钟之间的路径
set_clock_groups -exclusive -group {AC} -group {BD}

https://www.intel.com/content/www/us/en/support/programmable/support-resources/design-examples/quartus/exm-tq-clock-mux.html
边栏推荐
- 040. (2.9) relieved
- ICSI213/IECE213 Data Structures
- The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
- [learning notes] month end operation -gr/ir reorganization
- 1.五层网络模型
- Yyds dry goods inventory embedded matrix
- How rem is used
- qrcode:将文本生成二维码
- Basic knowledge of tuples
- Devtools的簡單使用
猜你喜欢

Devtools的簡單使用

Design and practice of kubernetes cluster and application monitoring scheme

Blue Bridge Cup single chip microcomputer -- PWM pulse width modulation

Why do some programmers change careers before they are 30?

Asemi rectifier bridge 2w10 parameters, 2w10 specifications, 2w10 characteristics

LeetCode146. LRU cache

Huawei MPLS experiment

Three line by line explanations of the source code of anchor free series network yolox (a total of ten articles, which are guaranteed to be explained line by line. After reading it, you can change the

Talk about the SQL server version of DTM sub transaction barrier function
![[wp]bmzclub几道题的writeup](/img/15/2838b93a605b09d3e2996f6067775c.png)
[wp]bmzclub几道题的writeup
随机推荐
2.常见的请求方法
Tencent cloud, realize image upload
Azkaban installation and deployment
Anchor free series network yolox source code line by line explanation Part 2 (a total of 10, ensure to explain line by line, after reading, you can change the network at will, not just as a participan
[luat-air105] 4.1 file system FS
VM in-depth learning (XXV) -class file overview
Utilisation simple de devtools
qrcode:将文本生成二维码
Necessary fonts for designers
Leetcode42. connect rainwater
Google Chrome CSS will not update unless the cache is cleared - Google Chrome CSS doesn't update unless clear cache
Cette ADB MySQL prend - elle en charge SQL Server?
汇编-入门
Pytest (4) - test case execution sequence
Daily question 2 12
Clean up PHP session files
[move pictures up, down, left and right through the keyboard in JS]
Linux Installation redis
LeetCode146. LRU cache
El tree whether leaf node or not, the drop-down button is permanent