Altera Coding Style 之次要控制信号的优先级

这句话很重要:To make the most efficient use of the signals in the device, your HDL code should match the device architecture as closely as possible.

而且,这些信号一般来说是有优先级的,在使用时要注意这点。

Altera的器件的控制信号的优先级排序如下:

(1)Asynchronous Clear, aclr

(2)preset,这个只在MAX3000和MAX7000系列中有

(3)Asynchronous Load, aload

(4)Enable, ena

(5)Synchronous Clear, sclr

(6)Synchronous Load, sload

(7)Data In, data

posted on 2012-08-13 11:30  freshair_cn  阅读(253)  评论(0编辑  收藏  举报

导航