Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | repeting outputs of counter

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

repeting outputs of counter - jogendersaini - 2010-05-09 12:04:00

Hello,

I am working on Vertex-5 and i have made a 20-bit counter. 

i have taken 

signal counter : std_logic_vector (19 downto 0)

Output of the counter is monitored on scope with pre-specified pins. Butsurprisingly the output is first 8-bit showing proper counting and next8-bit is similar to 1st 8-bit and last 4-bit is showing output 0. This isvery strange. I dont konw common or uncommon mistake i have done.

	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: repeting outputs of counter - KJ - 2010-05-09 18:26:00

On May 9, 12:04=A0pm, "jogendersaini"
<jogendra.saini@n_o_s_p_a_m.gmail.com> wrote:
> Hello,
>
> I am working on Vertex-5 and i have made a 20-bit counter.
>
> i have taken
>
> signal counter : std_logic_vector (19 downto 0)
>
> Output of the counter is monitored on scope with pre-specified pins. But
> surprisingly the output is first 8-bit showing proper counting and next
> 8-bit is similar to 1st 8-bit and last 4-bit is showing output 0. This is
> very strange. I dont konw common or uncommon mistake i have done.
>

1. Simulate your design until you can show that the design is
functionally correct.
2. Perform timing analysis until you can show that the design has no
timing errors.
3. Watch the scope show that everything is now working as you'd
expect.

KJ
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.