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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2
    from Rev 42 to Rev 43
    Reverse comparison

Rev 42 → Rev 43

rtl/verilog/components/or1200r2/or1200_top_ip.v Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: sim/bin/Makefile =================================================================== --- sim/bin/Makefile (revision 42) +++ sim/bin/Makefile (revision 43) @@ -165,7 +165,7 @@ # and into SDRAM before it is executed. Although this more closely mimics the # behaviour of the hardware, for simulation purposes it is purely time-consuming # however it may be useful to track down any problems with this boot-loading -# process. Therefore, becuase it enables SDRAM memory, ir also enables the flash +# process. Therefore, becuase it enables SDRAM memory, it also enables the flash # memory model and SPI controller inside ORPSoC. # # Ethernet @@ -386,7 +386,7 @@ fi; \ echo "\`define TEST_NAME_STRING \"$$TEST\"" > $(SIM_RUN_DIR)/test_define.v; \ echo "\`define TEST_RESULTS_DIR \"$(SIM_RESULTS_DIR)/\" " >> $(SIM_RUN_DIR)/test_define.v; \ - if [ ! -z $$SIM_LOGGING ]; then \ + if [ -z $$NO_SIM_LOGGING ]; then \ echo "\`define OR1200_DISPLAY_ARCH_STATE" >> $(SIM_RUN_DIR)/test_define.v; \ fi; \ echo ; \

powered by: WebSVN 2.1.0

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