[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [oc] Risc5x update



Mike,

it is quite easy to start with the CVS. To start read the following page:
http://www.opencores.org/cvs.shtml.

Also there you'll find a CVS Tutorial (PDF format).

regards,
Damjan

----- Original Message -----
From: "MikeJ" <mikej@opencores.org>
To: "Igor Sokolov" <xilirus@inbox.ru>
Cc: <cores@opencores.org>
Sent: Tuesday, February 12, 2002 12:38 AM
Subject: [oc] Risc5x update


> Igor,
>
> well spotted, I misread the data sheet there !
> I've uploaded rel 1.1 and more extensive test code.
>
> Damjan, do you have an idiots guide to uploading a new project to CVS?
> I would like to get the core under source control.
>
> Thanks a lot,
> Mike.
> ----- Original Message -----
> From: "Igor Sokolov" <xilirus@inbox.ru>
> To: <mikej@opencores.org>
> Sent: Monday, February 11, 2002 2:23 PM
> Subject: Risc5x
>
>
> > Hi, Mike!
> >
> > Question is so:
> >
> >   -- *********** REGISTER FILE Addressing ****************
> >   p_addr_dec_comb : process(inst_fsel,status,fsr)
> >   begin
> >     if (inst_fsel = ("00" & INDF_ADDR)) then
> >       fileaddr_indirect <= '1';
> >     else
> >       fileaddr_indirect <= '0';
> >     end if;
> >
> >     fileaddr_mux1 <= fsr(6 downto 0);
> > (***)    fileaddr_mux0 <= (status(6 downto 5) & inst_fsel);
> >   end process;
> >
> > on line(***) shoud fileaddr_mux0 <= (status(6 downto 5) & inst_fsel)
> >                 or fileaddr_mux0 <= (FSR(6 downto 5) & inst_fsel)???
> > Thanks,Igor
> >
> >
> >
>
> --
> To unsubscribe from cores mailing list please visit
http://www.opencores.org/mailinglists.shtml
>

--
To unsubscribe from cores mailing list please visit http://www.opencores.org/mailinglists.shtml