FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-03-2004, 09:00 AM
Guest
 
Posts: n/a
Default A simple VHDL question

Could anyone explain what is the meaning of

out0 <= (others => '0');

in the following VHDL code.

if reset = '1' then
out0 <= (others => '0');
out1 <= (others => '0');
else
out0 <= in0;
out1 <= in1;
end if;

Thanks,

Jay
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple synthesizable verilog question [email protected] Verilog 4 03-07-2006 07:08 PM
Simple verilog question Steve Glow Verilog 5 01-03-2005 10:10 PM
A simple VHDL question [email protected] FPGA 1 07-10-2004 07:44 PM
VHDL simple question: is 2-D array synthesizable Jimmy FPGA 6 05-26-2004 02:31 PM


All times are GMT +1. The time now is 11:53 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved