OpenCores
URL https://opencores.org/ocsvn/lwrisc/lwrisc/trunk

Subversion Repositories lwrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

/trunk/CTOOL/hexdasm.exe Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/trunk/CTOOL/hexdasm.c
1,3 → 1,18
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
 
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
/trunk/RTL/test.v
1,3 → 1,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
`timescale 10ns / 10ns
 
module test;
/trunk/RTL/memory.v
1,3 → 1,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
`include "clairisc_def.h"
`include "rom_set.h"
 
/trunk/RTL/risc_core.v
1,3 → 1,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
`include "clairisc_def.h"
module ClaiRISC_core (
input clk,
/trunk/RTL/clairisc_def.h
1,3 → 1,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
//`define SIM
 
 
/trunk/RTL/mem_man.v
1,3 → 1,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
`include "clairisc_def.h"
`define ADDR_FSR 4
/trunk/RTL/rom_set.h
1,3 → 15,17
/******************************************************************
* *
* Author: Liwei *
* *
* This file is part of the "ClaiRISC" project, *
* The folder in CVS is named as "lwrisc" *
* Downloaded from: *
* http://www.opencores.org/pdownloads.cgi/list/lwrisc *
* *
* If you encountered any problem, please contact me via *
* Email:mcupro@opencores.org or mcupro@163.com *
* *
******************************************************************/
 
`define ROM_TYPE rom128x12
/trunk/DOC/ClaiRISC_Arch.GIF Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/DOC/ClaiRISC_Arch.GIF Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.