From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Nov 2011 15:10:32 +0100 Subject: [U-Boot] [PATCH 4/9] openrisc: Add library functions In-Reply-To: <20111122060049.GA7696@chokladfabriken.org> References: <1321680098-31121-1-git-send-email-stefan.kristiansson@saunalahti.fi> <201111220548.53786.marek.vasut@gmail.com> <20111122060049.GA7696@chokladfabriken.org> Message-ID: <201111221510.32786.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Tue, Nov 22, 2011 at 05:48:53AM +0100, Marek Vasut wrote: > > > > > + asm("l.nop 0x1"); /* Kill any simulation */ > > > > > > > > Simulation? Oh, it's an FPGA based CPU or what? > > > > > > Well, yes, FPGAs are probably the most common case, but also ASIC > > > implementations exists. > > > The extra argument to the nop instruction is ignored by hardware, > > > but have special meanings when ran in simulation. > > > > Hmm ... I'm not quite sure this is right. > > It's not important to have there, I'll just remove it. No, no, just wait for other people opinion here.