mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/liblitedram: Add liblitedram prefix to includes (to use copy of bist.c/sdram.c externally).
This commit is contained in:
parent
bb355a773a
commit
9098f5553c
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <time.h>
|
||||
#include <console.h>
|
||||
|
||||
#include "bist.h"
|
||||
#include <liblitedram/bist.h>
|
||||
|
||||
#define SDRAM_TEST_BASE 0x00000000
|
||||
#define SDRAM_TEST_DATA_BYTES (CSR_SDRAM_DFII_PI0_RDDATA_SIZE*4)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <generated/mem.h>
|
||||
#include <system.h>
|
||||
|
||||
#include "sdram.h"
|
||||
#include <liblitedram/sdram.h>
|
||||
|
||||
//#define SDRAM_TEST_DISABLE
|
||||
//#define SDRAM_WRITE_LEVELING_CMD_DELAY_DEBUG
|
||||
|
|
Loading…
Reference in a new issue