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

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [sha256/] [main.c] - Diff between revs 61 and 65

Show entire file | Details | Blame | View Log

Rev 61 Rev 65
Line 71... Line 71...
 
 
        // Print a startup message:
        // Print a startup message:
        uart_puts(IO_ADDRESS(UART_BASE), "The Potato Processor SHA256 Benchmark\n\r\n\r");
        uart_puts(IO_ADDRESS(UART_BASE), "The Potato Processor SHA256 Benchmark\n\r\n\r");
 
 
        // Enable interrupts:
        // Enable interrupts:
        potato_enable_irq(TIMER_IRQ);
        potato_enable_irq(IRQ_TIMER);
        potato_enable_interrupts();
        potato_enable_interrupts();
 
 
        struct sha256_context context;
        struct sha256_context context;
 
 
        // Prepare a block for hashing:
        // Prepare a block for hashing:

powered by: WebSVN 2.1.0

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