'잡동사니'에 해당되는 글 13668건

  1. 2018.01.30 공유기 도착!
  2. 2018.01.30 책 - 진화심리학 (하룻밤의 지식여행 4)
  3. 2018.01.30 AMBA AXI
  4. 2018.01.30 MS 워드 메일머지
  5. 2018.01.30 할 수 있다.
  6. 2018.01.30 고성능 8051 호환칩
  7. 2018.01.30 SREC - SRECord
  8. 2018.01.29 altera Nios II, epcs controller
  9. 2018.01.29 Nios II / Nios II Classic 차이점
  10. 2018.01.29 openRISC on FPGA
개소리 왈왈/컴퓨터2018. 1. 30. 22:35

미묘하게 선 위치가 안나와서 고민이지만..

(일단 벽에서 나오는 인입선 길이가.. ㅠㅠ)


업데이트도 해줘야 하고.. 아이피 설정도 해줘야 하고 할게 많구만


Posted by 구차니
개소리 왈왈/독서2018. 1. 30. 22:02

정체를 알 수 없는 위화감이 거북학 책

나쁘게 표현(?)하면 유사과학이고

지적설계랑 연관되는 듯한 뉘앙스도 보이고..

과학으로 그럴싸하게 포장한 심리학의 다른 모습?


진화는 유전자 풀을 통해서 자연선택적 되는 것이지만,

사람의 마음은 복잡한 것으로 유전자 변화로 이뤄지기에는 너무 세대가 짧았다.

마음은 여러가지 모듈로 이루어져 있고

아이가 어떠한 언어든 배울수 있는 언어학습능력등을 보건대

진화에 있어서 사람의 마음이 큰 작용을 했다라는 내용인데


글쎄.. 이걸 theroy로 봐야 하나? 의문이네


[링크 : http://www.kyobobook.co.kr/product/detailViewKor.laf?barcode=9788934906797]

Posted by 구차니
embeded/ARM2018. 1. 30. 16:04

Advanced Microcontroller Bus Architecture

Advanced eXtensible Interface (AXI)


[링크 : https://en.wikipedia.org/wiki/Advanced_Microcontroller_Bus_Architecture]

'embeded > ARM' 카테고리의 다른 글

keil window 버전별 지원버전  (0) 2018.07.19
ARM MPMC(multiport memory controller)  (0) 2018.03.19
keil build 관련 검색  (0) 2017.12.06
카드크기 컴퓨터 벤치마크  (0) 2016.09.04
JTAG ETM  (0) 2016.09.02
Posted by 구차니
Microsoft/Office2018. 1. 30. 13:07

한글에만 있는줄 알았는데 MS 워드에도 있었네?


[링크 : http://tame.tistory.com/40]


아래는 한글에서 excel 데이터를 이용해 메일머지 하는 방법

[링크 : https://blog.naver.com/gitae1120/220110599492]

[링크 : https://ming0211.blog.me/60143435101]

Posted by 구차니

아내에게 이야기 했었지만 아내가 신기해 하는 것



위대한 일들도 사람들이 해낸 것이고, 그 일들도 많은 사람들이 모여서 해낸 것이다.

위대한 사람들도 사람이었고 나 역시 사람이다.

그들이 해냈다면, 나도 할 수 있다.


물론 해내는 것은 결과이고, 그 과정에 이르는 것은

수 많은 실패의 방법들 중에 실현 가능한 방법을 찾기 위한 지루하고 힘든 여정이 있겠지만 말이다.



+

무슨 근자감이냐고 할 중2병 넘쳐나는 오글오글 함 같긴 하네.

그래도 다시 한번. 그들이 할 수 있었다면 나도 할 수 있다!

Posted by 구차니
embeded/80512018. 1. 30. 09:08

문득 생각나서 Branch prediction을 8051에서 지원하나 찾아보다가 발견

다르게 보면.. ARM 계열의 성능이 좋긴 좋은거였구나..(Cortex-M3,M4)라는 생각이 든다.


  • A Dhrystone 2.1 performance rating of 0.252 DMIPS/MHz yields an unmatched 26.85 times speed up over the original 80C51 chip operating at the same frequency.
  • Maximum CPU frequency exceeds 500 MHz for a class-leading effective increase of more than 1,000 times over 80C51 chips (40nm G process) 

[링크 : https://www.design-reuse.com/news/33780/8051-microcontroller-ip-core.html]

[링크 : http://www.cast-inc.com/ip-cores/8051s/s8051xc3/index.html]

Posted by 구차니
embeded/FPGA - ALTERA2018. 1. 30. 07:48

ALTERA에서 Nios II 용 바이너리를 변환하는 녀석으로

확장자가 flash가 튀어 나오는데, 내부 포맷은 SREC 라고 한다.

Motorola에서 개발했으니.. 원래는 PowerPC 계열에서 쓰던 걸려나?

아무튼 기본 포맷 유형은 intel HEX와 유사하다.


[링크 : https://en.wikipedia.org/wiki/SREC_(file_format)]


EPCS Controller-Based Boot Copier

EPCS controller-based boot copier supports EPCS memory only. Boot copier is stored in the ROM within

the EPCS flash controller. The boot copier is included during Qsys and Quartus Prime project compila‐

tion time.

The next stage boot image is located in the EPCS memory flash. The EPCS controller-based boot copier is

automatically appended into the SREC image (*.flash) file during the elf2flash utility execution in the

Nios II Flash Programming flow method.

[링크 : https://www.altera.com/en_US/pdfs/literature/ug/niosii_generic_booting_methods.pdf]

Posted by 구차니
embeded/FPGA - ALTERA2018. 1. 29. 20:47

생각을 해보니.. jic는 문제없이 만들어 진건데...

platform designer에서 EPCS Controller를 추가하지 않아서 작동하지 않는게 아닌가? 라는 생각이 든다.

다시 추가해서 시도해봐야겠다.


EPCS Controller-Based Boot Copier

EPCS controller-based boot copier supports EPCS memory only. Boot copier is stored in the ROM within

the EPCS flash controller. The boot copier is included during Qsys and Quartus Prime project compila‐

tion time.

The next stage boot image is located in the EPCS memory flash. The EPCS controller-based boot copier is

automatically appended into the SREC image (*.flash) file during the elf2flash utility execution in the

Nios II Flash Programming flow method. 


[링크 : https://www.altera.com/en_US/pdfs/literature/ug/niosii_generic_booting_methods.pdf]


My first Nios II 문서에 있는거랑 구성이 거의 비슷한데 EPCS와 SDRAM Controller가 추가되어 있다.

My application contains:


1. Clock Source

2. Nios II Processor

3. System ID

4. JTAG UART

5. EPCS Serial Flash Controller

6. PIO

7. SDRAM Controller

[링크 : https://alteraforum.com/forum/archive/index.php/t-49224.html]


음.. 리셋 벡터까지 EPCS Controller로 해주어야 하나?

Make sure the Nios II’s Reset Vector is pointing at EPCS/EPCQ Controller. 

[링크 : https://www.altera.com/support/support-resources/knowledge-base/solutions/rd11192013_118.html]

'embeded > FPGA - ALTERA' 카테고리의 다른 글

Nios II BSP 빌드관련  (0) 2018.01.31
SREC - SRECord  (0) 2018.01.30
Nios II / Nios II Classic 차이점  (0) 2018.01.29
elf2flash와 nios2-elf-objcopy 사용하기  (0) 2018.01.29
Nios II 이미지 합치기 (조사)  (0) 2018.01.27
Posted by 구차니
embeded/FPGA - ALTERA2018. 1. 29. 19:07

Nios II Classic에 구분되도록

Nios II Gen2라고 부르는 듯


아무튼.. Nios II Classic의 /e는 Nios II Gen2의 /e와 다른 물건이 되어버린듯 하다.

Nios II Gen2 Processor Feature Enhancements

The Nios II Gen2 processor family consists of /e and /f cores. It offers improvements over the Nios II Classic processor cores:

• Optional full 32-bit address space 

• Optional user-defined Peripheral address region for data cache bypass 

• Improved Qsys interface

The Nios II Gen2 /e core is completely backwards compatible with the Nios II Classic /s core. The Nios II Classic /s core has no direct equivalent in the Nios II Gen 2 family, however the Nios II Gen2 /f processor (as it has a more flexible configuration capability) can be configured to have the same feature set as the Nios II Classic /s core.


The Nios II Gen2 /f core offers the following feature enhancements over the Nios II Classic /f core: 

• Optional full ECC support, including data cache and TCMs (Tightly-coupled Memories) 

• Optional static branch prediction 

• Higher performance multiplier

• Improved and more deterministic divider 

• 64-bit multiply supported on all devices 

• Improved low-cost shifter implementation up to 4 bits/cycle 

• Instruction cache is now optional even when JTAG debug is present 

• New system interface for system trace 

[링크 : https://www.altera.com/en_US/pdfs/literature/an/an748.pdf]

'embeded > FPGA - ALTERA' 카테고리의 다른 글

SREC - SRECord  (0) 2018.01.30
altera Nios II, epcs controller  (0) 2018.01.29
elf2flash와 nios2-elf-objcopy 사용하기  (0) 2018.01.29
Nios II 이미지 합치기 (조사)  (0) 2018.01.27
Nios II 프로그램 빌드..  (0) 2018.01.27
Posted by 구차니
embeded/openRISC2018. 1. 29. 18:31

'embeded > openRISC' 카테고리의 다른 글

or32 컴파일러.. 삽질  (0) 2015.12.14
openRISC OR1k(1000) OR1200  (0) 2015.12.11
openrisc 어셈블리  (0) 2015.12.10
openRISC chaintool  (0) 2015.11.27
Posted by 구차니