If the period between twenty and thirty is the critical one in the formation of intellectual and professional habits, the period below twenty is more important still for the fixing of personal habits, properly so called, such as vocalization and pronunciation, gesture, motion, and address. Hardly ever is a language learned after twenty spoken without a foreign accent. Hardly, ever, indeed, can he even learn to dress like a gentleman-born. Hardly ever, indeed, no matter how much money there be in his pocket, can he eve n learn to dress like a gentleman-born.
第1题:
第2题:
8、基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end
A.always #(clk_period/2) clk = ~clk
B.forever #(clk_period/2) clk = ~clk
C.always #(clk_period) clk = ~clk
D.forever #(clk_period) clk = ~clk
第3题:
在端口PHI1创建时钟周期为10,上升在5.0,下降在9.5
A.create_clock “PHI1” –period 10 –waveform {5.0 9.5}
B.create_clock “PHI1” period 10 –waveform {5.0 9.5}
C.create_clock “PHI1” period 10 waveform {5.0 9.5}
D.create_clock “PHI1” –period 10 –waveform {1 2}
第4题:
第5题:
基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end
A.always #(clk_period/2) clk = ~clk
B.forever #(clk_period/2) clk = ~clk
C.always #(clk_period) clk = ~clk
D.forever #(clk_period) clk = ~clk
第6题:
以下关于VDB函数的语法正确的是()。
A.VDB(cost,salvage,life,period,factor)
B.VDB(cost,salvage,life,period,month)
C.VDB(cost,salvage,life,per)
D.VDB(cost,salvage,life,start-period,end-period,factor,no-switch)